home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Dreamweaver 3 / Configuration / Objects / Head / Keywords.js < prev    next >
Encoding:
Text File  |  1999-12-01  |  363 b   |  13 lines

  1. // Copyright 1999 Macromedia, Inc. All rights reserved.
  2.  
  3. //---------------   GLOBAL VARIABLES   ---------------
  4.  
  5. var helpDoc = MM.HELP_objKeywords;
  6.  
  7. //---------------     API FUNCTIONS    ---------------
  8.  
  9. function objectTag() {
  10.   // Return the html tag that should be inserted
  11.   return '<meta name="keywords" content="' + document.theForm.Keywords.value + '">'
  12. }
  13.